Auto merge of #3557 - raphlinus:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jan 2017 22:55:06 +0000 (22:55 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jan 2017 22:55:06 +0000 (22:55 +0000)
commit609371f0b4d862a94e2e3b8e4e8c2a4a2fc7e2e7
treebbdf91563872b27e764446b17b4c9e25c5d258ce
parent385e24360dc2c714e5f14bcc0e54afb87fc042d3
parent5cb69957e31ad5c33aa9cbdc745cbd84874c6736
Auto merge of #3557 - raphlinus:master, r=alexcrichton

Add dep-info generation

Work in progress: add a --dep-info flag to cargo build (and also
rustc) that outputs dependency information in a form compatible with
make and ninja, to a specified file. This will help in integrating
into other build systems.